Displays the list of alarms supported by XCO.
This command is available only to users with the admin role.
The following example displays the list of supported alarms in the inventory.
# efa system alarm inventory show [ --detail ] +-----------------------------+-------+------------+----------------------------------+------------+---------------------------------+--------------------------------------------------------------+ | Name | ID | Type | Resource | Will Clear | Severity | Description | +-----------------------------+-------+------------+----------------------------------+------------+---------------------------------+--------------------------------------------------------------+ | CertificateExpiration | 32000 | Security | /App/System/Security/Certificate | true | Warning, Critical | Notify an application certificate is about to expire or has | | | | | | | | expired. | +-----------------------------+-------+------------+----------------------------------+------------+---------------------------------+--------------------------------------------------------------+ | DeviceCertificateExpiration | 32001 | Security | /App/System/Security/Certificate | true | Warning, Critical | Notify a managed device certificate is about to expire or | | | | | | | | has expired. | +-----------------------------+-------+------------+----------------------------------+------------+---------------------------------+--------------------------------------------------------------+ | LoginAuthentication | 32010 | Security | | false | Warning | Notify suspicious login activity on the application. | +-----------------------------+-------+------------+----------------------------------+------------+---------------------------------+--------------------------------------------------------------+ | StorageUtilization | 32040 | Processing | /App/System/Storage | true | Warning, Minor, Major, Critical | Notify when storage utilization for the application has | | | | | | | | reached a certain threshold or is full | +-----------------------------+-------+------------+----------------------------------+------------+---------------------------------+--------------------------------------------------------------+
The following example displays an alarm and its configuration in the inventory by the alarm name.
# efa system alarm inventory show --name CertificateExpiration --detail
The following example displays an alarm and its configuration in the inventory by the alarm id.
# efa system alarm inventory show --id 1 --detail
The following example displays the set of alarms and their configurations in the inventory by the alarm type.
# efa system alarm inventory show --type security --detail
The following example displays the set of alarms and their configurations in the inventory by the associated resource path.
# efa system alarm inventory show --resource /App/System/Security/Certificate --detail